Tootsville::Endpoint-Post-/ Gossip/ Answers/ Uuid→Sdp

Function

Endpoint-Post-/ Gossip/ Answers/ Uuid→Sdp names a function, with lambda list (UUID):

Post an answer to a received SDP block.

The client, having received an SDP offer, computes an SDP answer and posts it back to this endpoint.

202 Accepted

The posted data has been accepted and will be relayed back to the offeror.

404 Not Found

The UUID given is not associated with an outstanding offer.

Web Service Endpoint

This is a web service endpoint accessed by the HTTP method POST at the URI template /gossip/answers/:uuid. It returns a content-type of application/sdp.

UUID is a parameter from the URI.

It will report a slow response if it takes longer than 0.03 seconds (30 milliseconds) to complete.

File

Defined in file src/endpoints/slash-gossip.lisp.